diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 17:50:55 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 17:50:55 +0100 |
| commit | 209cad34850bd7a079c60340e40f580c682c5926 (patch) | |
| tree | b93a49ec60bf494bb288adc6216f2d7ee166a7d2 /src/pages/[locale]/furthsettins/scotsoun/index.astro | |
| parent | 02dcbceb12005a2384de0ebe200bd64917e42d2f (diff) | |
Better use of section--full-width
Diffstat (limited to 'src/pages/[locale]/furthsettins/scotsoun/index.astro')
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/index.astro b/src/pages/[locale]/furthsettins/scotsoun/index.astro index ed9490c..bace876 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/index.astro @@ -15,7 +15,7 @@ const t = translate(locale); --- <Page title={t(tPage, { key: 'title' })}> - <section class="section--full-width"> + <section> <h1>Scotsoun</h1> <ScotsounCdGallery /> </section> |
